home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Jotto ][ 1.2 / source / Shell ƒ / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  185 b   |  5 lines  |  [TEXT/MMCC]

  1. #define Mymemcpy(a,b,c)            BlockMove(b, a, c);
  2.  
  3. void Mymemset(Ptr output, unsigned char value, unsigned long len);
  4. Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
  5.